home *** CD-ROM | disk | FTP | other *** search
/ Technotools / Technotools (Chestnut CD-ROM)(1993).ISO / misc_pto / autil100 / blanklin.doc < prev    next >
Text File  |  1991-11-18  |  2KB  |  48 lines

  1.                                  Matt Roberts
  2.                                3 Cedar St., # 8
  3.                            Montpelier, Vt 05602-3006
  4.                                  (802)223-2553
  5.  
  6.                                    11-19-91
  7.  
  8.  
  9.                              NOTES ON BLANKLIN.COM
  10.  
  11. ──────────────────────────────────────────────────────────────────────────────
  12.  
  13. With DOS 3.0 or higher, you can generate blank lines in batch files by typing 
  14. "ECHO.".  ECHO with a period directly after it (no spaces) is a convenient way 
  15. to make your screen writes more attractive.  Unfortunately, versions of DOS 
  16. below 3.0 don't seem to have that capability.  One is forced to use "ECHO ." 
  17. (ECHO with a space, then a period).  This results in little dots between 
  18. "paragraphs" in your batch file, which has always annoyed me.  Therefore, I 
  19. wrote BLANKLIN.COM, which has the sole purpose of generating as many blank 
  20. lines as your heart might desire (unless it desires more than approximately 
  21. 32000, in which case I recommend counseling).
  22.  
  23. Usage is simple.  If you want a blank line, you type BLANKLIN as one of the 
  24. lines in your batch file.  BLANKLIN.COM must, of course, be on the same disk 
  25. and in the same directory as your batch file, or in a directory on the DOS 
  26. path.
  27.  
  28. If you want more than one blank line, you type BLANKLIN X, where X = the 
  29. number of blank lines you want.  So, if you want 1000 blank lines (not advised 
  30. if you're in a hurry; my 8MHz machine took so long I worried it might have 
  31. hung), you type BLANKLIN 1000, and so on for whatever number of blank lines 
  32. you want (up to about 32000).
  33.  
  34. BLANKLIN.COM was written with ASIC, a BASIC compiler by David Visti.  ASIC is 
  35. shareware, and current user registration is only $10.00.  If you program in 
  36. BASIC, and especially if you want a quick, easy way to write utilities, I 
  37. strongly suggest you try it.  The author can be reached at P.O. Box 2952, 
  38. Raleigh, NC 27602-2952.
  39.  
  40. My only connection with ASIC is that I'm an ardent fan and a registered user.  
  41. Any comments, questions, criticisms, or ASIC registrations should be sent to 
  42. David Visti, not to me.
  43.  
  44. As for the programs I write, I'd be delighted to hear from you.  If you can't 
  45. make a program work, call.  If you have other comments, questions, or 
  46. criticisms, please write.  Your thoughts are important to me, since they help 
  47. me write higher quality programs.
  48.